home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 1999 November / maximum-cd-1999-11.iso / Battlezone II / Disk1 / data1.cab / Program_Executable_Files / data.pak / config_pathing.ini < prev    next >
Encoding:
INI File  |  1999-08-25  |  895 b   |  20 lines

  1. [global]
  2. avoidScale = 3                // scale of cells to discourage redundant search
  3. avoidDt = 4                // time step for each turn
  4. turnTimeout = 3                // longest time allowed for turn to complete
  5. turnTooFar = 10                // farthest from turn dest we are allowed to be
  6. easyTurn = 30                // angle of normal turn
  7. hardTurn = 60                // angle of hard turn after slow node
  8. COST_G = 1                // guess distance cost factor. higher number favors nodes closer to goal
  9. COST_X = 18                // cost of collision
  10. COST_W = 28                // cost of wait (slow nodes are 1/4 as long so multiply cost by 4
  11. DIST_0 = 5                // distance for cost 0
  12. COST_0 = 5                // cost 0
  13. DIST_1 = 7                // distance for cost 1
  14. COST_1 = 3                // cost 1
  15. DIST_2 = 9                // distance for cost 2
  16. COST_2 = 2                // cost 2
  17. maxNodes = 2000                // max number of nodes to generate per frame
  18. maxTrys = 500                // max number of nodes to consider per search
  19. longSearch = 200
  20.